From fad36c7f039e85b52e222bf561ac7e149fec490e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Jul 2014 11:23:31 +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 02c3aeabf2..31682b1e3f 100644 --- a/setup/file_hosting_servers.rst +++ b/setup/file_hosting_servers.rst @@ -37,7 +37,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 + @daily /usr/bin/rsync -ha /srv /mnt/backup --exclude /srv/plugins/stats.log @daily /usr/bin/rsync -ha /etc /mnt/backup Nginx