Open xCozmox opened 5 years ago
rpi-clone can't backup to .img files, but I will look into adding that option.
On Wed, 28 Aug 2019 01:12:55 -0700 xCozmox notifications@github.com wrote:
Hello I have multiple Raspberries running in my network. I want to make a clone on weekly basis of each of them to my NAS. I mounted the NAS into my Raspberry /mnt/backup
and now my question: Can I use rpi-clone to make a weekly backup into the mounted location /mnt/backup/image_ddmmyyyy.img ?
Thanks a lot for your help.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/billw2/rpi-clone/issues/79
Re backing up to an image file, there has been some initial work done in Issue#53. When coupled with SSHFS the file can be network connected. The use of a sparse file in Issue#53 may be worth looking into but may not be well understood by some users. While looking at use of an image file, how about also adding some compression options too, please? The other backup software I have been using for my RPi systems is fsarchvier, which adopts a different approach but has some nice features that rpi-clone could be enhanced with.
Thank you for all the great work.
I found this. bkup_rpimage
It has the .img option and it has the gzip option. Maybe you can use it for this project? Greets, xcozmox
Hello I have multiple Raspberries running in my network. I want to make a clone on weekly basis of each of them to my NAS. I mounted the NAS into my Raspberry /mnt/backup
and now my question: Can I use rpi-clone to make a weekly backup into the mounted location /mnt/backup/image_ddmmyyyy.img ?
Thanks a lot for your help.