diff options
Diffstat (limited to 'env/.local/bin/scripts')
| -rwxr-xr-x | env/.local/bin/scripts/backup/backup-to-serv.sh | 2 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/backup/bbackup | 2 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/backup/pull-froml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/env/.local/bin/scripts/backup/backup-to-serv.sh b/env/.local/bin/scripts/backup/backup-to-serv.sh new file mode 100755 index 0000000..ec81cc7 --- /dev/null +++ b/env/.local/bin/scripts/backup/backup-to-serv.sh @@ -0,0 +1,2 @@ +cd /home/iceyrazor/stuff/scripts/LINUX-SERVER1/home/iceyfoxservers/ +rsync -RUurv servers/ serv:~ diff --git a/env/.local/bin/scripts/backup/bbackup b/env/.local/bin/scripts/backup/bbackup index b59c8ba..7e60525 100755 --- a/env/.local/bin/scripts/backup/bbackup +++ b/env/.local/bin/scripts/backup/bbackup @@ -18,7 +18,7 @@ fsyncb () { syncfile="stuff .surf/styles .config/eDEX-UI/ .gnupg .ssh .local/bin/lf-gadgets .config/FreeTube .config/wlxoverlay .config/newsboat .config/zsh .config/vesktop/themes .keepass .config/Pinta .config/cava .config/gajim/theme .local/share/applications/custom .local/share/osu .librewolf" target="/home/iceyrazor/mnt-backups/LINUX FILES/home/iceyrazor" -exclude="--exclude node_modules --exclude node_modules_23 --exclude **/target --exclude LinVAM/pyenv" +exclude="--exclude node_modules --exclude node_modules_23 --exclude **/target --exclude LinVAM/pyenv --exclude stuff/custom-linux/LFN --exclude stuff/custom-linux/LFN-borked-lol --exclude stuff/.private-parent/.private/minecraft" fsynca diff --git a/env/.local/bin/scripts/backup/pull-froml b/env/.local/bin/scripts/backup/pull-froml index 421fc30..5aa3fc9 100755 --- a/env/.local/bin/scripts/backup/pull-froml +++ b/env/.local/bin/scripts/backup/pull-froml @@ -22,7 +22,7 @@ syncfile="laptop:stuff/scripts/node/Nwjs/nms-data/" #sync game stuff target="/home/iceyrazor/" -exclude="--exclude suff/.private --exclude stream.sh --exclude node_modules --exclude **/target" +exclude="--exclude stuff/.private --exclude stream.sh --exclude node_modules --exclude **/target" fsynca |
