Skip to content

Commit

Permalink
Update and rename backup-notebook.sh to backup-notebooks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin authored Nov 13, 2023
1 parent 0fd9590 commit d277ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

timestamp=$(date +"%Y%m%d")

directory_name="/tmp/${timestamp}-live.gaia-dmp.uk-notebooks/"
directory_name="/var/local/backups/notebooks/${timestamp}-live.gaia-dmp.uk-notebooks/"

if [ -d "$directory_name" ]; then
# If the directory already exists, synchronize with the remote directory
Expand Down

0 comments on commit d277ad0

Please sign in to comment.