We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using rustic 0.9.4. It doesn't do a proper backup if i set the following:
[[backup.snapshots]] sources = [ "/home/sperber/.config", "/home/sperber/.gnupg", "/home/sperber/.ssh", "/home/sperber/Dokumente", "/home/sperber/Speicher/Bücher", ] globs = [ "/home/sperber/.config/BraveSoftware/Brave-Browser/Default/Bookmarks", "/home/sperber/.config/BraveSoftware/Brave-Browser/Default/Preferences", "!/home/sperber/.config/BraveSoftware/Brave-Browser/", "!/home/sperber/.local/share/Trash/", "!/home/sperber/Programmieren/**/*.go", "!/home/sperber/Programmieren/**/build/", "!/home/sperber/Programmieren/**/target/", "!/home/sperber/Programmieren/nixpkgs/", "!/home/sperber/Speicher/Backup/mount", ]
snapshots for (host [desktop], label [], paths [/home/sperber/.config,/home/sperber/.gnupg,/home/sperber/.ssh,/home/sperber/Dokumente,/home/sperber/Speicher/Bücher]) | ID | Time | Host | Label | Tags | Paths | Files | Dirs | Size | |----------|---------------------|---------|-------|------|-------------------------------|-------|------|------| | 1d9b9f35 | 2025-02-07 12:03:33 | desktop | | | /home/sperber/.config | 0 | 627 | 0 B | | | | | | | /home/sperber/.gnupg | | | | | | | | | | /home/sperber/.ssh | | | | | | | | | | /home/sperber/Dokumente | | | | | | | | | | /home/sperber/Speicher/Bücher | | | | | f80c73a6 | 2025-02-08 08:20:43 | desktop | | | /home/sperber/.config | 0 | 623 | 0 B | | | | | | | /home/sperber/.gnupg | | | | | | | | | | /home/sperber/.ssh | | | | | | | | | | /home/sperber/Dokumente | | | | | | | | | | /home/sperber/Speicher/Bücher | | | | | 704ee88e | 2025-02-08 08:56:18 | desktop | | | /home/sperber/.config | 0 | 623 | 0 B | | | | | | | /home/sperber/.gnupg | | | | | | | | | | /home/sperber/.ssh | | | | | | | | | | /home/sperber/Dokumente | | | | | | | | | | /home/sperber/Speicher/Bücher | | | | 3 snapshot(s)
If i comment out the following lines
globs = [ # "/home/sperber/.config/BraveSoftware/Brave-Browser/Default/Bookmarks", # "/home/sperber/.config/BraveSoftware/Brave-Browser/Default/Preferences",
the backup works as expected.
I think this behaviour is wrong.
The text was updated successfully, but these errors were encountered:
I mixed up glob with include/exclude directives, sorry.
Sorry, something went wrong.
No branches or pull requests
I'm using rustic 0.9.4. It doesn't do a proper backup if i set the following:
If i comment out the following lines
the backup works as expected.
I think this behaviour is wrong.
The text was updated successfully, but these errors were encountered: