Open daveyx opened 7 years ago
help! german version not in sync, in https://github.com/metasfresh/metasfresh-documentation/blob/gh-pages/_howto_collection/Wie_aktualisiere_ich_metasfresh_mittels_Docker.md
---> what means
--BACKUP
???
@daveyx --Backup means that this line is there to make sure you got a backup
sorry, but still not clear to me what is the difference when using tar with or without "--BACKUP" option. In the man page, they write:
--backup
backup before removal, choose version CONTROL
only lower case in the man page and my ubuntu machine does not allow the --BACKUP switch with upper case
@daveyx its just a comment. I removed it as it was just for info.
regarding to https://github.com/metasfresh/metasfresh-documentation/blob/gh-pages/_howto_collection/EN/How_do_I_update_metasfresh_using_Docker.md
the task
tar cvzf /backup/backup.tar.gz ./*
does not backup hidden files/folders (i.e. .git and .gitignore) as the asterisk is interpreted by the shell as "all files, except hidden", so it should be replaced with
tar cvzf /backup/backup.tar.gz .