-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
If I specify two paths, Rustic seems to ignore the glob
that is set in the config file. If I backup the paths separately, it works fine. If I use full paths (/home/nick/
rather than ~/
) the problem persists
nick@DESKTOP-DIFRTR1:~/devilbox$ rustic -r rclone:onedrive:wsl2 backup ~/apps/cloudflare/ ~/apps/haystack-app/ --dry-run
using config /home/nick/.config/rustic/rustic.toml
[00:00:00] reading index... ████████████████████████████████████████ 16/16
[00:00:00] getting latest snapshot... ████████████████████████████████████████ 13/13
[00:00:15] backing up... ████████████████████████████████████████ 93.88 MiB/93.88 MiB 5.98 MiB/s (ETA 0s) Files: 8490 new, 0 changed, 0 unchanged
Dirs: 20463 new, 0 changed, 0 unchanged
Added to the repo: 14.1 MiB (raw: 36.9 MiB)
processed 8490 files, 93.9 MiB
snapshot 00000000 successfully saved.
nick@DESKTOP-DIFRTR1:~/devilbox$ rustic -r rclone:onedrive:wsl2 backup ~/apps/haystack-app/ --dry-run
using config /home/nick/.config/rustic/rustic.toml
[00:00:00] reading index... ████████████████████████████████████████ 16/16
[00:00:01] getting latest snapshot... ████████████████████████████████████████ 13/13
[00:00:00] backing up... ████████████████████████████████████████ 6.34 MiB/6.34 MiB 16.85 MiB/s (ETA 0s) Files: 199 new, 0 changed, 0 unchanged
Dirs: 7 new, 0 changed, 0 unchanged
Added to the repo: 3.9 MiB (raw: 6.4 MiB)
processed 199 files, 6.3 MiB
snapshot 00000000 successfully saved.
nick@DESKTOP-DIFRTR1:~/devilbox$ rustic -r rclone:onedrive:wsl2 backup ~/apps/cloudflare --dry-run
using config /home/nick/.config/rustic/rustic.toml
[00:00:00] reading index... ████████████████████████████████████████ 16/16
[00:00:02] getting latest snapshot... ████████████████████████████████████████ 13/13
[00:00:00] backing up... ████████████████████████████████████████ 54.09 KiB/54.09 KiB 5.00 MiB/s (ETA 0s) Files: 4 new, 0 changed, 0 unchanged
Dirs: 6 new, 0 changed, 0 unchanged
Added to the repo: 16.1 kiB (raw: 56.8 kiB)
processed 4 files, 54.1 kiB
snapshot 00000000 successfully saved.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo