Rearrange the argument order in backup a little
This commit is contained in:
parent
a36a9d8f93
commit
5c3dd8ec1b
|
@ -26,7 +26,7 @@ pkgs: {
|
|||
":qa" = "exit";
|
||||
":q" = "exit";
|
||||
"rmount" = "rclone --rc --rc-web-gui --rc-no-auth --cache-dir /tmp/rclone-cache mount --vfs-cache-mode full --vfs-cache-max-size 8Gi";
|
||||
"backup" = "restic -r rclone:rit:'Restic Backups/'(hostname | sed \"s/\\(.\\)/\\u\\1/\") backup ~/ --exclude-caches --exclude-file=${import ./restic.nix} -p (pass backups | psub)";
|
||||
"backup" = "restic -r rclone:rit:'Restic Backups/'(hostname | sed \"s/\\(.\\)/\\u\\1/\") -p (pass backups | psub) backup ~/ --exclude-caches --exclude-file=${import ./restic.nix}";
|
||||
"dl" = "wget (kitty +kitten clipboard --get-clipboard)";
|
||||
};
|
||||
shellInit = ''
|
||||
|
|
Loading…
Reference in a new issue