Skip to content

Commit

Permalink
modify path for backups directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuspg committed Jul 18, 2016
1 parent 9f438e1 commit 06bae37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
TIME=`date +%b-%d-%y`
FILENAME=backup-$TIME.tar.gz
SRCDIR=/opt/fiware/fiware-aiakos/lib/public/keys
DESDIR=/opt/fiware/fiware-aiakos.bk/ # Destination of backup file.
DESDIR=/data/fiware/fiware-aiakos.bk/ # Destination of backup file.
mkdir -p $DESDIR

# Make backup using tar.
Expand Down

0 comments on commit 06bae37

Please sign in to comment.