Re: [clug-talk] Backing up with Rsync: problems

2014-05-04 Thread caziz
agree with Gustin. I mostly use one of rsync -av rsync -auv occasionally add --delete when feeling brave or want to clean out old files -v or --verbose I affectionately call the 'Oh Shit! C " option nice first time you try a command and or weren't quite what you meant :-[ after initial

Re: [clug-talk] Backing up with Rsync: problems

2014-05-03 Thread Gustin Johnson
>From the documentation: "--help Print a short help page describing the options available in rsync and exit. For backward-compatibility with older versions of rsync, the help will also be output if you use the -h option without any other args". Also from the documentation, having the "r" flag is

Re: [clug-talk] Backing up with Rsync: problems

2014-05-03 Thread Joe S
I see 2 entries in man rsync. I thought that was the first. -h, --human-readableoutput numbers in a human-readable -h, --help show this help (if used after --daemon) On Sat, 03 May 2014 10:15:24 -0600 caziz wrote: > -h is just help. case matter did you mean -H?? >

Re: [clug-talk] Backing up with Rsync: problems

2014-05-03 Thread caziz
-h is just help. case matter did you mean -H?? On 14-05-03 07:28 AM, Joe S wrote: > This is the command I used: > rsync -avrh --numerical-ids /home/joe /media/backup/ > > --numerical-ids is the only mistake I can see. /media/backup is > a second drive that I used for backup. I've used rsync for

Re: [clug-talk] Backing up with Rsync: problems

2014-05-03 Thread Joe S
This is the command I used: rsync -avrh --numerical-ids /home/joe /media/backup/ --numerical-ids is the only mistake I can see. /media/backup is a second drive that I used for backup. I've used rsync for a number of years and never had a problem before. On Fri, 02 May 2014 22:50:22 -0600 Bogi wr

Re: [clug-talk] Backing up with Rsync: problems

2014-05-02 Thread Bogi
Hi Joe, You should post your complete command line. -avrh does not designate a deletion of files, --numeric-ids only designates how to transfer the ids of the owner in terms of user and group, the default is username and group name, otherwise, it will transfer the numeric values of userid and gr

[clug-talk] Backing up with Rsync: problems

2014-05-02 Thread Joe S
I did a backup with rsync today and had a problem. I used this command: rxync -avrh /home/joe /media/backup/ I realized --numerial-ids should have been numeric-ids, but a little to late. Rsync only copied some of the files over and erased a lot of my installation in /home and / . I had to reinstal