Displaying 4 results from an estimated 4 matches for "destinationdirectory".
2006 Apr 13
1
Increamental backup
...ay I really want. This is about having
increamental backup. Here's the script I thought, If Include it in the
crontab might work but I am not so sure probably you guys could help me if I
am a wrong track or right;
20 16 * * 5 rsync -avz -e "ssh -i rsync" --compare-dest=Souredirectory
Destinationdirectory
Would that script to have increamental back? I do welcome any advices.
Thanks in advance
--
Ndaula Ahmed
WEC Volunteer
iEARN-US
475 Riverside Drive, Suite 450
New York, NY 10115
Fax: 212-870-2672
Off: +1-212-870-2693 Ext. 2691
Home: +1-212-316-8510
Mob: +1-646-3010-275
Email: andaula@yahoo.co.u...
2019 Jan 03
1
--link-dest. Time to 'building file list' incrementing
...nd three hours, but is now around fifteen.
The command is as follows...
rsync -rlptDhPR \
--password-file=password \
--Chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
--Stats \
--delete \
--log-file=logfilename \
--link-dest=linkdestpath \
sourceDirectory \
rsync at 192.168.1.2::destinationDirectory
I'm not using the full -a option as the differences between the Windows and Linux ownership stuff messed things up.
The first log file looked like this...
2018/10/01 23:00:14 [2164] building file list
...transfer file list here
2018/10/02 02:11:30 [2164] Number of files: 13,759,998 (reg: 12,...
2019 Jan 08
2
--link-dest. Time to 'building file list' incrementing
...password \
> > > --Chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
> > > --Stats \
> > > --delete \
> > > --log-file=logfilename \
> > > --link-dest=linkdestpath \
> > > sourceDirectory \
> > > rsync at 192.168.1.2::destinationDirectory
> > >
> > > I'm not using the full -a option as the differences between the Windows and Linux ownership stuff messed things up.
> > >
> > > The first log file looked like this...
> > >
> > > 2018/10/01 23:00:14 [2164] building file lis...
2019 Jan 04
0
--link-dest. Time to 'building file list' incrementing
...R \
> > --password-file=password \
> > --Chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
> > --Stats \
> > --delete \
> > --log-file=logfilename \
> > --link-dest=linkdestpath \
> > sourceDirectory \
> > rsync at 192.168.1.2::destinationDirectory
> >
> > I'm not using the full -a option as the differences between the Windows and Linux ownership stuff messed things up.
> >
> > The first log file looked like this...
> >
> > 2018/10/01 23:00:14 [2164] building file list
> > ...transfer file...