search for: dhaerlptgo

Displaying 9 results from an estimated 9 matches for "dhaerlptgo".

2016 Mar 28
2
-H option causes unneccessary transfers
Greetings, when the daily system backup with rsync is performed, thousands of files (e.g. from /usr directory), which are not modified are uselessly transferrred to the backup storage every day. The rsync command is the following: rsync --update -DHAErlptgo --relative --atimes --delete-during ${SRCPATH} ${BACKUPDIR} Quick investigation shown, that these files are hard links, and the command option related to this behaviour is -H: without it the unmodified files are not copied. Seemingly this situation is described in the rsync manual: "If in...
2016 Jun 18
2
/root is wrongly copied during update
For backuping system folders on ArchLinux I use the following command per folder: rsync --update -DHAErlptgo --relative --delete-during $dir $backupdir The problem is that every file in /root folder and its subfolders is copied each time when this command is run. In all other folders only new or modified files are copied. The files and the folder itself have the following attributes: [root at kw var]# g...
2016 Jun 23
2
Operation not supported (95)
...appeared after migrating and that did not happen before: during backuping the system, rsync reports the following error message: rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) The full log is as follows: [root at kw al]# /usr/bin/rsync --update -DHAErlptgo --relative --delete-during --verbose --itemize-changes /var/log/journal /mnt/backup/rootdir/ sending incremental file list rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) .d..t...... /var/log/ .d..tp..... /var/log/journal/ .d...p..... /var/log/journal/c...
2016 Mar 28
2
-H option causes unneccessary transfers
...; > > when the daily system backup with rsync is performed, thousands of > > files (e.g. from /usr directory), which are not modified are > > uselessly transferrred to the backup storage every day. The rsync > > command is the following: > > > > rsync --update -DHAErlptgo --relative --atimes --delete-during > > ${SRCPATH} ${BACKUPDIR} > > > > Quick investigation shown, that these files are hard links, and the > > command option related to this behaviour is -H: without it the > > unmodified files are not copied. Seemingly this situation...
2016 Jun 23
3
Operation not supported (95)
...ing backuping the system, rsync reports the following error message: > > > > rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) > > > > The full log is as follows: > > > > [root at kw al]# /usr/bin/rsync --update -DHAErlptgo --relative --delete-during --verbose --itemize-changes /var/log/journal /mnt/backup/rootdir/ > > sending incremental file list > > rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) > > .d..t...... /var/log/ > > .d..tp..... /var/log...
2016 Mar 28
0
-H option causes unneccessary transfers
...ger wrote: > Greetings, > > when the daily system backup with rsync is performed, thousands of > files (e.g. from /usr directory), which are not modified are > uselessly transferrred to the backup storage every day. The rsync > command is the following: > > rsync --update -DHAErlptgo --relative --atimes --delete-during > ${SRCPATH} ${BACKUPDIR} > > Quick investigation shown, that these files are hard links, and the > command option related to this behaviour is -H: without it the > unmodified files are not copied. Seemingly this situation is > described in the...
2016 Jun 18
0
/root is wrongly copied during update
...d why rsync is copying something the first step is to use --itemize-changes to find out what rsync thinks is different about the file. On 06/18/2016 07:22 AM, Albert Berger wrote: > For backuping system folders on ArchLinux I use the following command > per folder: > > rsync --update -DHAErlptgo --relative --delete-during $dir $backupdir > > The problem is that every file in /root folder and its subfolders is > copied each time when this command is run. In all other folders only > new or modified files are copied. The files and the folder itself have > the following attribu...
2016 Jun 23
0
Operation not supported (95)
...hat did not happen before: during backuping the system, rsync reports the following error message: > > rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) > > The full log is as follows: > > [root at kw al]# /usr/bin/rsync --update -DHAErlptgo --relative --delete-during --verbose --itemize-changes /var/log/journal /mnt/backup/rootdir/ > sending incremental file list > rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) > .d..t...... /var/log/ > .d..tp..... /var/log/journal/ > .d......
2016 Mar 28
0
-H option causes unneccessary transfers
...en the daily system backup with rsync is performed, thousands >>> of files (e.g. from /usr directory), which are not modified >>> are uselessly transferrred to the backup storage every day. The >>> rsync command is the following: >>> >>> rsync --update -DHAErlptgo --relative --atimes --delete-during >>> ${SRCPATH} ${BACKUPDIR} >>> >>> Quick investigation shown, that these files are hard links, and >>> the command option related to this behaviour is -H: without it >>> the unmodified files are not copied. Seemingl...