3 lines
142 B
Bash
Executable File
3 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
restic -r rclone:gdrive:restic --password-file=$HOME/restic_password backup --exclude-file=$HOME/restic_exclude.lst $HOME
|