Borg doesn't see any changes #8660
Replies: 3 comments
-
Please give the full command(s) you used and how you determined that borg did "not detect changes". |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was probably an issue with using the disk on new hardware. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, so I guess you solved it. :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run borgbackup create [...], it doesn't seem to detect any changes.
But when I use this
borg export-tar /my_borg_repo::archive-name - | tar --compare -f - -C /my_disk/
, it does list changes.And I definitely remember writing to the disk since the last backup. However I am running my backup script from a different PC than usual (with the disks mounted at different paths, so I edited the paths in the script.
Anyone have an idea what might be going on?
Beta Was this translation helpful? Give feedback.
All reactions