diff options
author | EuAndreh <eu@euandre.org> | 2019-01-22 16:39:17 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-22 16:39:17 -0200 |
commit | 5e0919db80267d5ed476c744e3f13f8d8f711571 (patch) | |
tree | 8cdb09cdb57bc05e2411f60ef2c40d7a30d56eea /scripts/backup.sh | |
parent | Remove $HOME variable from npmrc.sh. (diff) | |
download | dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.gz dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.xz |
Nextcloud -> ownCloud
Client change only.
Diffstat (limited to '')
-rwxr-xr-x | scripts/backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/backup.sh b/scripts/backup.sh index 6a4de25..f31a503 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -27,7 +27,7 @@ borg create \ --progress \ --compression lzma,6 \ ~/borgbackup::"{hostname}-{now}-${BACKUP_TAG}" \ - ~/Nextcloud/ \ + ~/ownCloud/ \ ~/mbsync/ # add folders to be backed up here green "Done" |