search for: dhnet

Displaying 8 results from an estimated 8 matches for "dhnet".

Did you mean: rhnet
2010 Oct 23
2
How to escape "()" characters in commad
I have the following command: /usr/local/bin/rsync -avv 'Jeffrey?s iPhone (Root)'/ 'Macintosh HD'/Users/jeffrey/Downloads/iphone_backup Unfortunately, it's barking when it hits the "(". -bash: syntax error near unexpected token `(' How can I escape this? Thanks. -- View this message in context:
2006 Aug 06
2
Escape character for --exclude?
Hi-- Ok. I?ve now run into the next thing I can?t find in man, and this time, I googled as well: --exclude /afs/\* I thought you could just say: --exclude /afs/* or even --exclude /afs/ To exclude the entire afs directory. Can you explain what the purpose of the \ and * are here? Thanks again :) All My Best, Jeffrey on 8/6/06 5:00 AM, rsync-request@lists.samba.org at
2006 Aug 05
3
Newbie: What does -e do?
Hi Just starting out, and have read through the man and several web page tutorials, and I don?t quite understand some of the options (guess I?ll ask about those as I get to them). The first I see pretty often is ?e. Can someone explain what this does? Thanks :) All My Best, Jeffrey -------------- next part -------------- HTML attachment scrubbed and removed
2005 Nov 06
1
How rsync performs synchronization
Hi-- Can someone tell me how rsync performs it?s synchronization feature? What basic procedure does it use to check if files are different? Thanks :) All My Best, Jeffrey -------------- next part -------------- HTML attachment scrubbed and removed
2010 May 26
3
Simple whole volume copy
I have a volume at 192.168.0.2 on my local network. I'd like to rsync the entire volume to a backup volume, skip all files already present on the backup volume (same name and the same or earlier timestamp), and include all flags, dates, etc. as applicable to Mac OS X 10.6.x. Can someone tell me the proper command to do this.
2010 Nov 18
1
Save Log File
I have an rsync cron task set up, and it was performing flawlessly for months. So I hadn't noticed when it stopped functioning. I just tried it again, and it worked as before. So I can't see how it's failing. Here's the command: /usr/local/bin/rsync -rlptgoDvvvve ssh --numeric-ids --delete --ignore-errors -R user at mysite.com:/usr/home/./user user at
2006 Aug 07
1
chown errors?
> Hi-- > > I just tried my first rsync operation. I got a couple of errors I don?t > understand. Could someone explain what might be happening here? > > Please know that I am working in rsync for Mac OS 10.4, which includes a few > odd options discussed in previous posts. > > The original command was: > > time rsync -a -v -e ssh /'Applications'
2009 Oct 03
2
Exclude directory from --delete
I have the following 3 commands which are supposed to run every night to back up my web server: rsync -avve ssh --numeric-ids --delete --ignore-errors myuser at myisp.com:/usr/home/myuser /Volumes/Downloads rsync -avve ssh --copy-links --numeric-ids --delete --ignore-errors myuser at myisp.com:/usr/home/myuser/mail_boxes /Volumes/Downloads/myuser/mail_boxesBU rsync -avve ssh --copy-links