You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes might be necessary to specify a folder inside the mounted volume. For example to backup home-assistant backups that is stored in a folder "backups" inside the volume.
Hi there 👋
I'm just starting to use this project (and so restic), but I was gonna do the exact same modification to be able to leverage the "path" feature.
The benefit would be not to be required to download the full snapshot containing all data of all backups if needed.
@zimbres maybe if you create a PR it will be easier for maintainers to review and merge it 🙏
Also, maybe it is worth mentioning that your BACKUP_SOURCES can receive a list of directories to replicate restic backup folder_1 folder_2.... that end up in
$ restic snapshots
repository 347b3b35 opened (version 2, compression level auto)
ID Time Host Tags Paths
-------------------------------------------------------------------------------------------------------------
6ed7c417 2024-01-28 21:10:40 pc /data/folder_1
/data/folder_2
-------------------------------------------------------------------------------------------------------------
I'm sharing some ideas and hope that maintainers will like them too so I'll be able to use your feature from upstream soon 😅
Sometimes might be necessary to specify a folder inside the mounted volume. For example to backup home-assistant backups that is stored in a folder "backups" inside the volume.
Can I push the PR? https://github.com/zimbres/restic-backup-docker
The text was updated successfully, but these errors were encountered: