diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/myconf/upd_rsync_files | 1 | ||||
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/home/xyz/.config/myconf/upd_rsync_files b/home/xyz/.config/myconf/upd_rsync_files deleted file mode 100644 index 190aad50..00000000 --- a/home/xyz/.config/myconf/upd_rsync_files +++ /dev/null @@ -1 +0,0 @@ -/home/xyz/.local/share/sdcv_history diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 869d4f2f..1863330d 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -8,7 +8,7 @@ all () { backup () { # --files-from make -a not imply -r, so need to specify explicitly - rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / studio:/home/xyz/backup/pp + #rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / studio:/home/xyz/backup/pp # --use-agent not working, works on insp, not sure why sudo duplicity --ssh-askpass --encrypt-key 9790577D2BE328D46838117ED3F54FE03F3C68D6 --sign-key 05899270DF25BB1EEDF57BE824F769E5D08C9E9A --full-if-older-than 1Y --include /etc/.cfgs --include-filelist "$XDG_CONFIG_HOME/myconf/upd_rsync_files" --exclude / / sftp://xyz@xyzka.kyun.li//home/xyz/backup/pp } |