Skip to content

Commit 2c4064c

Browse files
Due to changes in mackup version 0.9.1
in PR lra/mackup#2085 now `mackup backup` uses flag `--force-no`
1 parent 6151d71 commit 2c4064c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bash_aliases

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ function pkg_update_mackup() {
435435
msg_info 'hash -r'
436436
hash -r
437437

438-
msg_info "mackup backup; folder is ${folder}"
439-
mackup backup;
438+
msg_info "mackup --force-no backup; folder is ${folder}"
439+
mackup --force-no backup;
440440
rclone sync -v --password-command "keyring get dot-files RCLONE_CONFIG_PASS" ~/.dot-files-rclone/ dot-files:"${folder}";
441441
rclone sync -v --password-command "keyring get dot-files RCLONE_CONFIG_PASS" ~/.dot-files-rclone/ dot-files-dropbox:"${folder}";
442442
}

0 commit comments

Comments
 (0)