diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-04-28 20:55:39 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-04-28 20:55:39 -0500 |
| commit | ed29d871a8b2473577e94bbc12308be04322f385 (patch) | |
| tree | d117efdc6c62efcd794b0a9d455e24be86c40a59 /env/.local/bin/scripts/backup/bbackup | |
| parent | 35cc9f4f4d12d63dbe80cf8f1fd84e34e9eecd38 (diff) | |
Squashed commit of the following:
steam silent
removed some nvim plugins
vis changes
added vis config
backup changes
backup change
Diffstat (limited to 'env/.local/bin/scripts/backup/bbackup')
| -rwxr-xr-x | env/.local/bin/scripts/backup/bbackup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/env/.local/bin/scripts/backup/bbackup b/env/.local/bin/scripts/backup/bbackup index 5bfb717..725fc86 100755 --- a/env/.local/bin/scripts/backup/bbackup +++ b/env/.local/bin/scripts/backup/bbackup @@ -1,3 +1,4 @@ +#!/bin/sh cd ~/ fsynca () { @@ -15,7 +16,7 @@ fsyncb () { fi } -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" +syncfile="stuff .surf/styles .config/eDEX-UI/ .gnupg .ssh .local/bin/lfimg-sixel .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" target="/home/iceyrazor/mnt-backups/LINUX FILES/home/iceyrazor" 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 --exclude /home/iceyrazor/stuff/projects/blender-projects/anim-pose/image-sequence" |
