Skip to content
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

"update" command always activates compression, regardless of -c #13

Closed
lkraav opened this issue Jun 7, 2015 · 0 comments
Closed

"update" command always activates compression, regardless of -c #13

lkraav opened this issue Jun 7, 2015 · 0 comments
Assignees
Labels

Comments

@lkraav
Copy link

lkraav commented Jun 7, 2015

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.

@masc3d masc3d added the bug label Jun 7, 2015
@masc3d masc3d self-assigned this Jun 7, 2015
@masc3d masc3d closed this as completed in 9e69c6b Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants