Skip to content

Commit

Permalink
change command
Browse files Browse the repository at this point in the history
  • Loading branch information
radek00 committed Aug 28, 2024
1 parent 8f5f63d commit c60e9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ impl DockerBackup {
exclude_volumes(&mut rsync, &self.excluded_volumes, &self.volume_path)?;

let exec_rsync = rsync
.arg("-aw")
.arg("-aW")
.arg(&self.volume_path)
.arg(dest_path.join(&self.new_dir))
.stderr(Stdio::piped())
Expand Down

0 comments on commit c60e9ae

Please sign in to comment.