forgot to save
This commit is contained in:
parent
2791aa25d5
commit
4524a86376
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ check-dependencies megatools rclone rsync fd
|
||||||
source "$DOTS/config/zsh/config/colors.zsh" && define_colors
|
source "$DOTS/config/zsh/config/colors.zsh" && define_colors
|
||||||
|
|
||||||
LOCAL_BACKUP_PATH="$HOME/Drives/Backups/auto-backups/"
|
LOCAL_BACKUP_PATH="$HOME/Drives/Backups/auto-backups/"
|
||||||
REMOTE_BACKUP_PATH="auto-backups/"
|
REMOTE_BACKUP_PATH="auto-backups"
|
||||||
RCLONE_CLOUD_NAME="mega"
|
RCLONE_CLOUD_NAME="mega"
|
||||||
|
|
||||||
DATE_FORMAT="+%F"
|
DATE_FORMAT="+%F"
|
||||||
|
|
@ -16,7 +16,7 @@ DATE_FORMAT="+%F"
|
||||||
# sources can be any rsync accepted path
|
# sources can be any rsync accepted path
|
||||||
SOURCES=(
|
SOURCES=(
|
||||||
"$HOME/Drives/Stuff/Pictures/"
|
"$HOME/Drives/Stuff/Pictures/"
|
||||||
# "$HOME/Drives/Stuff/Music"
|
"$HOME/Drives/Stuff/Music/"
|
||||||
)
|
)
|
||||||
|
|
||||||
MAX_BACKUPS=10
|
MAX_BACKUPS=10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue