From 40540fae6d96410f1fab507c6069f4db713259a4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 2 Aug 2014 12:22:06 +0530 Subject: [PATCH] ... --- setup/file_hosting_servers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/file_hosting_servers.rst b/setup/file_hosting_servers.rst index ded46e31c6..7e85305699 100644 --- a/setup/file_hosting_servers.rst +++ b/setup/file_hosting_servers.rst @@ -40,7 +40,7 @@ Add the following to crontab:: If the server has a backup hard-disk, mount it at /mnt/backup and edit /etc/fstab so that it is auto-mounted. Then, add the following to crontab:: - @daily /usr/bin/rsync -ha /srv /mnt/backup --exclude /srv/plugins/stats.log + @daily /usr/bin/rsync -ha /srv /mnt/backup --exclude /srv/plugins/stats.log --exclude /srv/plugins/rotated-stats.log @daily /usr/bin/rsync -ha /etc /mnt/backup Nginx