toniblyx / alfresco-backup-and-recovery-tool

Alfresco BART is a tool written in shell script on top of Duplicity to do Alfresco backups and restore from a local file system, FTP, SCP or Amazon S3.
Apache License 2.0
96 stars 48 forks source link

Suggestion about the destination path #19

Closed douglascrp closed 7 years ago

douglascrp commented 7 years ago

Hey @toniblyx I have a suggestion about the destination paths for database and index. For contentstore, you use $DEST/cs For config files, you use $DEST/files

Why not to use something like $DEST/database or $DEST/db for database instead of $DEST/$DBTYPE and $DEST/index for the index, instead of $DEST/$INDEXTYPE

If you agree on that, I can do the changes and provide a pull request.

toniblyx commented 7 years ago

Ok, go ahead with those changes, they make sense now with newer versions of Alfresco. Thanks!

douglascrp commented 7 years ago

Reopened and I'm going to close it as soon as I finishe the changes. Thank you.

toniblyx commented 7 years ago

Perfect!