Displaying 2 results from an estimated 2 matches for "backuponly".
Did you mean:
backup_only
2003 Sep 05
1
new option suggestion '--backup-only'
...d, and the
'--backup-dir' option implies '--backup' for convinience.
How about merging it?
Regards,
-----------------------
Takeru Komoriya
komoriya@paken.org
http://www.paken.org/
===================================================================
diff -ur rsync/backup.c rsync-backuponly/backup.c
--- rsync/backup.c 2003-08-22 09:30:46.000000000 +0900
+++ rsync-backuponly/backup.c 2003-09-02 15:29:03.000000000 +0900
@@ -25,6 +25,7 @@
extern int backup_dir_len;
extern char *backup_suffix;
extern char *backup_dir;
+extern int backup_only;
extern int am_root;
extern int preserve...
2003 Aug 12
0
two suggestions about backup
...pare it to yesterday's snapshot, and backup files which are
updated/deleted using rsync.
(Snapshots are read-only.)
4) Delete yesterday's snapshot.
So I need rsync not to modefy any destination files, and to make
backups only.
I attached the trial patch as "rsync-2.5.6cvs-backuponly.patch".
(This patch needs rsync-2.5.6cvs-backupfix.patch to be applied first.)
With this patch, new options "--backup-only" is added, and the
"--backup-dir" option implies "--backup".
This patch works fine for me.
How do you think of my suggestions?
regards.
--...