mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #646 from nextcloud/fix606
Remove option -A from rsync
This commit is contained in:
@@ -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
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user