dotfiles/backup/backup.sh

8 lines
198 B
Bash
Raw Normal View History

2019-10-30 20:41:58 +02:00
#!/bin/bash
while read line
do
echo $line
restic -r rclone:hubic:ChimeraLinux backup $line --exclude-file restic-exclude.txt --password-file /home/lanxu/restic-pass.txt
done < restic-include.txt