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
BEFORE "update" -> Compress "False"
$ sudo btrfs-sxbackup info /srv/conversionready/ INFO btrfs-sxbackup v0.5.5 INFO source :: retrieving snapshot names INFO destination :: retrieving snapshot names UUID 688af26a-907a-4e64-820d-f09c59797bef Compress False Source URL /srv/conversionready Source container .sxbackup Source retention 1h:1/h, 1d:12/d, 1w:7/w Destination URL /mnt/backup/srv-conversionready Destination retention 1h:1/h, 1d:12/d, 1w:7/w, 1m:1/w, 2m:1/m, 3m:none
AFTER "update" -> Compress "True"
$ sudo btrfs-sxbackup update -sr "1h:1/h, 1d:12/d, 1w:7/w" -dr "1h:1/h, 1d:12/d, 1w:7/w, 1m:1/w, 2m:1/m, 3m:none" /srv/conversionready INFO btrfs-sxbackup v0.5.5 INFO updating configurations UUID 688af26a-907a-4e64-820d-f09c59797bef Compress True Source URL /srv/conversionready Source container .sxbackup Source retention 1h:1/h, 1d:12/d, 1w:7/w Destination URL /mnt/backup/srv-conversionready Destination retention 1h:1/h, 1d:12/d, 1w:7/w, 1m:1/w, 2m:1/m, 3m:none INFO updated successfully
There was no -c specified for update.
-c
update
The text was updated successfully, but these errors were encountered:
9e69c6b
masc3d
No branches or pull requests
BEFORE "update" -> Compress "False"
AFTER "update" -> Compress "True"
There was no
-c
specified forupdate
.The text was updated successfully, but these errors were encountered: