Fix.
This commit is contained in:
parent
3cc237c098
commit
d07a8c7097
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ printf '%s\n' "$password" | sudo -S mount /dev/mapper/luks /mnt/encrypted
|
|||
# Using a list to backup all my shit
|
||||
|
||||
while read Line; do
|
||||
echo "Syncing $(basename $line)"
|
||||
echo "Syncing $(basename $Line)"
|
||||
rsync -ahAX -v --delete "$Line" $HOME/.local/backup
|
||||
done <<< "$(cat $HOME/.config/rsync/backup-list)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue