summaryrefslogtreecommitdiff
path: root/rsync_tmbackup.sh
diff options
context:
space:
mode:
authorLaurent Cozic <laurent@cozic.net>2016-10-01 13:48:30 +0100
committerLaurent Cozic <laurent@cozic.net>2016-10-01 13:48:30 +0100
commit41427964ac3864269b40138b47fb3d905753a780 (patch)
tree25782771cbc6d0437203759ef014b960267dff01 /rsync_tmbackup.sh
parent56a3a89866cc3914f429c1ca1e328a34cb6fcc29 (diff)
Removed --archive flag and replaced it with the actual options, to make it clear what's happening. Also removed --verbose
Diffstat (limited to 'rsync_tmbackup.sh')
-rwxr-xr-xrsync_tmbackup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh
index 900fb65..0885dc8 100755
--- a/rsync_tmbackup.sh
+++ b/rsync_tmbackup.sh
@@ -124,7 +124,7 @@ SRC_FOLDER=""
DEST_FOLDER=""
EXCLUSION_FILE=""
-RSYNC_FLAGS="--compress --numeric-ids --links --hard-links --one-file-system --archive --itemize-changes --verbose"
+RSYNC_FLAGS="-D --compress --numeric-ids --links --hard-links --one-file-system --itemize-changes --times --recursive --perms --owner --group"
while :; do
case $1 in