diff --git a/src/dockersync.sh b/src/dockersync.sh index 84f9001a..2c0bd5f9 100755 --- a/src/dockersync.sh +++ b/src/dockersync.sh @@ -19,6 +19,6 @@ mv "$DOCKER_ROOT/graph/$dest_id/json.tmp" "$DOCKER_ROOT/graph/$dest_id/json" btrfs subvolume delete "$BTRFS_ROOT/$dest_id" btrfs subvolume snapshot "$BTRFS_ROOT/$src_id" "$BTRFS_ROOT/$dest_id" -rsync --archive --delete --read-batch=- "$BTRFS_ROOT/$dest_id" +rsync --timeout=30 --archive --delete --read-batch=- "$BTRFS_ROOT/$dest_id" docker tag -f "$dest_id" "$dest"