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
I have a NAS that I have mounted in the docker container on my server
If I run the container restic creates tmp files until the storage on the server is full and then cancels the backup, leaving the tmp files
If I run restic bare metal on the server with restic -r rclone:Onedrive:/Backup/NAS backup /volumes/NAS --verbose it backs up directly to my Onedrive, not creating any tmp files and filling up the storage
Is it possible to achieve this behavior in the docker container too?
The text was updated successfully, but these errors were encountered:
I have a NAS that I have mounted in the docker container on my server
If I run the container restic creates tmp files until the storage on the server is full and then cancels the backup, leaving the tmp files
If I run restic bare metal on the server with
restic -r rclone:Onedrive:/Backup/NAS backup /volumes/NAS --verbose
it backs up directly to my Onedrive, not creating any tmp files and filling up the storageIs it possible to achieve this behavior in the docker container too?
The text was updated successfully, but these errors were encountered: