search for: nathanbullock

Displaying 5 results from an estimated 5 matches for "nathanbullock".

2005 Jun 22
1
Two Questions
...ting of file bits to move back and forth. Or is there something I don't understand about how rsync actually works on the remote computer. Or possibly something I don't understand about remote execution of a program over ssh. Sorry if these are overly newby-ish. Thanks, Nathan Bullock www.nathanbullock.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Jul 31
1
I think I found a bug...
...return 0; return cmp_modtime(st->st_mtime, file->modtime) == 0; shouldn't these lines be: if (ignore_times) return 1; return cmp_modtime(st->st_mtime, file->modtime) >= 0; Or do I not understand something... Nathan Bullock Visit my website at http://www.nathanbullock.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Aug 09
0
rsync resources list
...using rsync to create snapshot based backups, http://www.mikerubel.org/computers/rsync_snapshots/, wraps all of that up in a python program that reads a simple configuration file, performs the backup, and creates a log of the backup that was performed. You can take a look at RSBackup at http://www.nathanbullock.org/nathan/rsbackup/index.html. I would appreciate it if this link could get added to your resources page. Thank You. And Thank You to everyone on this mailing list who have answered my questions in the past. And especially Thank You to the developers of rsync. Nathan Bullock _______...
2005 Jun 26
1
2.6.3, 2.6.4 incompatibilities
...rsyncing locally) it works fine. Any Ideas? Which box needs upgrading? Or do they both need to be upgraded to 2.6.5? Nathan Bullock PS. I just want to say thanks to all those who gave answers to my last post ("Two Questions"). They were very helpful. Visit my website at http://www.nathanbullock.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Sep 17
3
mirror combined with 7 day incremental backup
Hello, I'm trying to figure out how to keep a mirror and 7 day incremental backup between to 2 mount points. I want to rsync everything from /mnt/production/ to /mnt/backup/production/ on the same server. Nothing fancy. But , I Want to utilize the --delete option for files that no longer exist on /mnt/production/ that have been on /mnt/backup/production/ for longer then 7 days. I