Question about backups - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: CuBox-i / Hummingboard (/forum-66.html) +--- Forum: Configuration (/forum-72.html) +--- Thread: Question about backups (/thread-4048.html) |
Question about backups - Chiron - 7th Nov, 2019 07:02 AM Good afternoon I've never used the backup feature of xbian but I want to repair this mistake. I would use "file" as type of destination. What is best: - Use a usb key connected to the raspi? (what format would you recommend for it ext2? ext3? ext4? another one?) - Use a network share on my nas? (My raspi is connected to the network through wifi). Thanks. :-) RE: Question about backups - Nachteule - 8th Nov, 2019 12:52 AM (7th Nov, 2019 07:02 AM)Chiron Wrote: Good afternoon I'm using network shares for years, using nfs, samba and sftp shares, IMO much better than backup to usb Three of them are connected via wireless LAN w/o any problems RE: Question about backups - Chiron - 8th Nov, 2019 07:09 AM Thanks for the advice. :-) Where do you create your mountpoint for your backups? In the root? Is it ok to edit /etc/fstab ? And is there a way to exclude the mountpoint from the backup? RE: Question about backups - Nachteule - 8th Nov, 2019 07:14 AM (8th Nov, 2019 07:09 AM)Chiron Wrote: Thanks for the advice. :-) No. First step: create share in Kodis Filemanager Second step: Use this share when configure your backup strategy inside of Kodi's XBian-GUI Quote:Is it ok to edit /etc/fstab ? Of course, you can do that Quote:And is there a way to exclude the mountpoint from the backup? You don't have to worry about mountpounts. Only the volumes on sd-card are included in backup RE: Question about backups - Chiron - 18th Nov, 2019 05:48 AM (8th Nov, 2019 07:14 AM)Nachteule Wrote:(8th Nov, 2019 07:09 AM)Chiron Wrote: Thanks for the advice. :-) Thanks Everything is working flawlessly except fstab mounting at startup I've added this line to my fstab: Code: 192.168.30.50:/mnt/SDB1/Backups/xbian /bkp nfs defaults,nofail,_netdev 0 2 I never could have this working with any combination of server/client distributions. That's frustrating. ;-( RE: Question about backups - Nachteule - 18th Nov, 2019 06:02 AM (18th Nov, 2019 05:48 AM)Chiron Wrote: Thanks Usually you don't have to do this. Such mounts are included into autofs configuration and will be automatically mounted on access Look into files /etc/auto.master.d/auto.xbian and /etc/auto.master.d/xbian.autofs RE: Question about backups - HiroariTillWhen - 30th Apr, 2021 12:55 AM I'm always doing double backups, one on an USB stick, and one on a NAS; I used to do only the former, but I once lost a lot of work due to a corrupted USB stick, and I'm afraid of the NAS failing if I were to do only the latter. RE: Question about backups - Nachteule - 30th Apr, 2021 02:48 AM (30th Apr, 2021 12:55 AM)HiroariTillWhen Wrote: I'm always doing double backups, one on an USB stick, and one on a NAS; I used to do only the former, but I once lost a lot of work due to a corrupted USB stick, and I'm afraid of the NAS failing if I were to do only the latter. Having backups only on one place has never been a good idea. I always have my backups on 2 different systems, but I wouldn't even trust USB sticks with temporary files. RE: Question about backups - HiroariTillWhen - 30th Apr, 2021 04:52 PM Yes, they're not the most reliable tool out there, but they're also cheap, which allows you to have a couple extra backups for a negligible price. RE: Question about backups - bettyking - 29th Nov, 2023 05:31 PM Yes, I agree with everything in this article, and I just want to say that it is a very nice and helpful piece. I will be sure to read more of your blog io games |