-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty dir as source is not backuped #1157
Comments
I forgot to say that this is a circle backup problem, because:
The Rustic repository is backed up in this same repository. I should prevent the circle backup problem, but I have another problem: When I moved the repository
|
@Zesko Thanks for opening this issue! Seems that |
That does not work after moving the repository
Edit: Wait, I notice the VM storage is 97% full |
I tried to delete all snapshots, but the repository size is still 24 GB. The VM storage (35 GB) is still 97% full after deleting all snapshots.
PS: Btrfs does not have any snapshot in VM. |
If you want to remove all snapshots, it is easier to remove the repo and re-create it. In general, removing snapshots only frees space if you run a |
I did.
|
Yes, |
Ah, I see, thanks. |
The same error
How can I fix this error without re-creating a new repo? |
This error comes when the paths can't be sanitized because they (some?) don't exist. |
Ah, your are right. I was blind that
I will fix fstab |
Of course:
The Documents is missing.
the list of Desktop, Documents and Downloads:
|
Ok, I tried to reproduce the issue and can confirm that an empty dir (as part of the source) is simply not backuped. There might be some exceptions when using multiple dirs, but just running a backup of |
Hi, I tried to test
rustic
version 0.7.0 on Arch Linux with Btrfs in VM.The output of
$ rustic snapshots
Each snapshot has 3 different sources: Desktop, Documents and Downloads , that is right.
Some of them should have blank Documents.
Issue:
I checked to run
ls
the latest snapshotb2381bfb
:$ rustic ls b2381bfb:btrfs/@home/test/
shows:But where is the empty directory "Documents"?
I checked
restic
to mount this snapshot, but there is no "Documents" in this snapshot.I checked some older snapshots they have no "Documents".
Config:
Here is a config for test on VM.
The text was updated successfully, but these errors were encountered: