Hello!
Currently I’m using restic to backup my laptop with 2TB SSD onto external HDD (RDX cartridge). It works great, but the problem is that my laptop’s drive is getting full (~30G of free space).
The main consumption goes to multimedia files:
- all kinds of audio recordings
- videos & images
- audio/video recordings of Zoom meetings for our non-profit
Every week we have two online Zoom meetings which contribute with ~3hr of *.mp4 recording which I put on my Nitrokey Nextbox for private access to our members.
Now, I bought a Synology DS225+ NAS station equipped (not assembled yet) with 2x8TB disks in btrfs raid1 which should regularly backup our laptop + the Mini PC with 1TB disk which should arrive soon.
I’d like to transfer the above mentioned multimedia files (~800G + 600G of Zoom meetings) onto NAS, so I can free up currently occupied space on my laptop.
My question is whether to simply init new restic repo on the NAS, perform backup and move multimedia files from laptop’s drive since then those files can be accessed via NFS from both laptop and MiniPC? Or should I just cp them onto one portion of NAS (not handled by restic repo) and perform backup only for remaining laptop and Mini PC files?
In case of moving everything under single initial restic snapshot containing everything, I’d have to assure that this snapshot never gets removed. How to safely do it in order not to lose original multimedia collection?
Sincerely,
Gour