This commit is contained in:
Mike 2022-07-20 02:56:45 -07:00
parent a2c0fa88fc
commit 74affb5936
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Backup Local Dir
Simple script which utilizes [restic](https://restic.net/) to make two backups copies of a local folder. One backup goes to a local restic repo (local folder), and the other goes to a remote server somewhere (consult restic documentation for formatting remote repo URLs).
Simple script which utilizes [restic](https://restic.net/) to make two backups of a local folder.
One backup goes to a local restic repo (local folder), and the other goes to a remote server somewhere (consult restic documentation for formatting remote repo URLs).
Technically you can specify anything you want for the local and remote repo flags, in order to use two local or two remote repos, if you wish.