Displaying 2 results from an estimated 2 matches for "for_backup".
Did you mean:
borgbackup
2006 Dec 04
0
One share works, one doesn't
I'm using FC6 and Windows XP Pro. I have two shares defined as such:
[docs]
comment = My documents
path = /home/gmc/for_backup
read only = no
public = no
valid users = gmc
[vmware]
path = /vmware
read only = yes
public = no
valid users = gmc
The directories look like this:
[root@gmc for_backup]# ls -ld /home/gmc/for_backup /vmware
drwxr-xr-x 19 gmc gmc 4096 Dec 2 11:51 /home/gmc/for_backup
dr...
2008 Nov 08
2
Differential backup
Hello,
I have got three folders:
- /home/backup/2008-10-20 - place for differential backup
- /mnt/for_backup - folder with files for backup
- /home/backup/2008-10-01 - place where the last full backup is
My question: is below command prepared correctly to make differential
backup?
rsync -avPbn --backup-dir=/home/backup/2008-10-20/ --exclude "System
Volume Information" --exclude "RECYCLE...