readd option A to rsync command

Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
This commit is contained in:
BernieO 2019-04-14 07:40:19 +02:00 committed by Backportbot
parent 1d6e7c6ddc
commit 6641b09261

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
---------------