Remove option -A from rsync

This commit is contained in:
tflidd
2018-01-13 16:12:10 +01:00
parent 6cb54d0891
commit d2ccb55fe7

View File

@@ -33,7 +33,7 @@ Backup folders
Simply copy your config, data and theme folders (or even your whole Nextcloud install and data folder) to a place outside of
your Nextcloud environment. You could use this command::
rsync -Aax nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/
rsync -avx nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/
Backup database
---------------