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
When I run restic invoked like that it gives me this output:
autorestic exec -av -- backup /home/dan --exclude-file=exclude.txt --dry-run
Using config paths: . /home/dan /home/dan/.config/autorestic
Using config: /home/dan/.autorestic.yml
Using lock: /home/dan/.autorestic.lock.yml
Executing on "remote"
> Executing: /usr/bin/restic backup /home/dan --exclude-file=exclude.txt --dry-run
using parent snapshot ef4070da
Files: 2407 new, 264 changed, 170060 unmodified
Dirs: 767 new, 731 changed, 41324 unmodified
Would add to the repository: 351.553 MiB (198.948 MiB stored)
processed 172731 files, 29.149 GiB in 0:05
This says it would add about 351 MiB to the repository, this sounds reasonable because my last snapshot was yesterday.
When I execute autorestic with the -a option it starts the backup but I can see in the s3 storage backend that it already uploaded way more then the 350 MiB.
It also refers the same snapshot as the dry run from above:
autorestic backup -av
Using config paths: . /home/dan /home/dan/.config/autorestic
Using config: /home/dan/.autorestic.yml
Using lock: /home/dan/.autorestic.lock.yml
Backing up location "home"
Backend: remote
> Executing: /usr/bin/restic backup --tag ar:location:home /home/dan
using parent snapshot ef4070da
I am not sure whats off here, somebody got a hint?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I try to setup autorestic but to me it seems that I misunderstood the config or something.
Here is what I got:
Afaik autorestic lacks a dry run option. So I thought that I could achieve this by invoking restic over autorestic like this:
autorestic exec -av -- backup /home/dan --exclude-file=exclude.txt --dry-runContents of exclude.txt (same like in the config):
When I run restic invoked like that it gives me this output:
This says it would add about 351 MiB to the repository, this sounds reasonable because my last snapshot was yesterday.
When I execute autorestic with the
-aoption it starts the backup but I can see in the s3 storage backend that it already uploaded way more then the 350 MiB.It also refers the same snapshot as the dry run from above:
I am not sure whats off here, somebody got a hint?
Beta Was this translation helpful? Give feedback.
All reactions