From 808e897bad74f7a04f3b6579f3bf2d22813957a0 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sun, 14 Jul 2013 04:01:34 +0000 Subject: [PATCH] Better rsync line --- index.shtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.shtml b/index.shtml index 8c7ee58..1a77a86 100644 --- a/index.shtml +++ b/index.shtml @@ -59,7 +59,7 @@ if (user) { window.location.replace("/u/" + user); }

Super-geeks please report issues and contribute on Github :)

Active accounts:

Version: >

-

Backup: rsync -artzv --include "*/" --include "*.txt" --exclude "*" --exclude "tweets.txt" greptweet.com::greptweet .

+

Backup: rsync -rz --include "*/" --include "*.txt" --exclude "*" greptweet.com::greptweet .