Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Two Raspberry => soft copy with Backup/home file ??
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Two Raspberry => soft copy with Backup/home file ??
20th Dec, 2017, 12:47 AM
Post: #2
Nachteule Offline
Administrator
******
Posts: 2,406
Joined: Dec 2014
Reputation: 122
RE: Two Raspberry => soft copy with Backup/home file ??
(19th Dec, 2017 08:17 PM)billythekid Wrote:  I have got the image, and when i copy it (with movingg file from Window connected to \\Xbian) in "\\xbian\xbmc-backup\put_here_to_restore" folder nothing append (exept a ".working" at the end of file...). ON the target PI3, for example Kodi parameter are not change...

If the file you copied into put_here_to_restore folder gets appendix .working, then restore process has been started in the background.
And after finishing restore process, Kodi will be restarted automatically and the backup will be removed.

So, if your backup file remains on disk, there's something wrong

If you are looking into the code, there are 2 error exits between renaming the file and removing it.
  1. Your backup file is wrong (not a valid gzip format)
    Code:
    gunzip --suffix .working -t $1.working || lz4 -t $1.working || exit 500
  2. The restore process fails
    Code:
    gunzip -cd < $1.working | btrfs receive -v ${tmp_dir}/home
    [ $? -ne 0 ] && exit 1

I suppose your backup file is wrong. You should check this first, if you are able to unzip this file manually

I've just tested restore process on my Pi3 test installation, everything works as it should
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Two Raspberry => soft copy with Backup/home file ?? - billythekid - 19th Dec, 2017, 08:17 PM
RE: Two Raspberry => soft copy with Backup/home file ?? - Nachteule - 20th Dec, 2017 12:47 AM
RE: Two Raspberry => soft copy with Backup/home file ?? - billythekid - 20th Dec, 2017, 01:57 AM
RE: Two Raspberry => soft copy with Backup/home file ?? - Nachteule - 20th Dec, 2017, 02:11 AM
RE: Two Raspberry => soft copy with Backup/home file ?? - billythekid - 20th Dec, 2017, 06:43 PM
RE: Two Raspberry => soft copy with Backup/home file ?? - Nachteule - 21st Dec, 2017, 01:38 AM
RE: Two Raspberry => soft copy with Backup/home file ?? - billythekid - 21st Dec, 2017, 09:21 AM
RE: Two Raspberry => soft copy with Backup/home file ?? - billythekid - 22nd Dec, 2017, 09:42 PM
RE: Two Raspberry => soft copy with Backup/home file ?? - Nachteule - 23rd Dec, 2017, 01:26 AM
RE: Two Raspberry => soft copy with Backup/home file ?? - jjrowan - 6th Jun, 2018, 02:14 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 1st Jun, 2025, 07:23 PM Powered By MyBB, © 2002-2025 MyBB Group.