Merge pull request #1378 from nextcloud/backport/1377/stable15

[stable15] readd option A to rsync command
This commit is contained in:
Morris Jobke 2019-04-16 14:51:30 +02:00 committed by GitHub
commit 674059466c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 -avx nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/
rsync -Aavx nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/
Backup database
---------------