search for: cmd_cp

Displaying 4 results from an estimated 4 matches for "cmd_cp".

2014 Feb 15
2
rsync filter rules ignored by rsnapshot
...post it to the other one as well. ok? here is my question: when running rsnapshot, my exclude filter is being ignored, but i don't see why. grep -v "#" /etc/rsnapshot-debx40.conf | grep . gives config_version 1.2 snapshot_root /media/extfp/Backup/rsnapshot-debx40/ no_create_root 1 cmd_cp /bin/cp cmd_rm /bin/rm cmd_rsync /usr/bin/rsync cmd_ssh /usr/bin/ssh cmd_logger /usr/bin/logger retain daily 7 retain weekly 4 retain monthly 3 verbose 5 loglevel 5 logfile /var/log/rsnapshot.log lockfile /var/run/rsnapshot.pid rsync_long_args -ev --rsync-path=/home/backupuser/rsync-wrapper.sh e...
2006 Apr 27
3
Permissions causing full backups?
...ed are copied because of permissions… .f...p... /cygdrive/c/Documen…. (ok, 3 problems..) 3. I can change a file on in the “daily.#” areas and none of the other (supposedly linked) files get changed. Here are the main points of my rsnapshot.conf: snapshot_root /cygdrive/u/docs_bkup/ #cmd_cp /usr/bin/cp cmd_rm /usr/bin/rm cmd_rsync /usr/bin/rsync interval daily 3 # I’ve tried several configurations…this is the current one… rsync_short_args -arltgoDvzi rsync_long_args --delete --numeric-ids --relative --delete-excluded --mod...
2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
...an 3.12.9-1 (2014-02-01) i686 ###some greeting lines### $ whoami backupuser here is the result of grep -v "#" /etc/rsnapshot | grep [a-z] i.e. the /etc/rsnapshot minus the comments and the empty lines: config_version 1.2 snapshot_root /media/extfp/Backup/rsnapshot/test/ no_create_root 1 cmd_cp /bin/cp cmd_rm /bin/rm cmd_rsync /usr/bin/rsync cmd_ssh /usr/bin/ssh cmd_logger /usr/bin/logger retain hourly 6 retain daily 7 retain weekly 4 verbose 5 loglevel 5 logfile /var/log/rsnapshot.log lockfile /var/run/rsnapshot.pid rsync_long_args -ev --rsync-path=/home/backupuser/rsync-wrapper.sh...
2003 Oct 04
0
klibc: kbuild improvements
...tramfs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount/nfsmount +usr_sdirs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount + +# kinit uses .a files from nfsmount and ipconfig +$(obj)/kinit/kinit: $(usr_sdirs-y) +initramfs-$(CONFIG_USR_KINIT) += $(obj)/kinit/kinit +usr_sdirs-$(CONFIG_USR_KINIT) += $(obj)/kinit quiet_cmd_cpio = CPIO $@ cmd_cpio = ./$< $(obj) > $@ @@ -28,23 +33,21 @@ targets += initramfs_data.cpio -usr_subdirs-y := -usr_subdirs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount -usr_subdirs-$(CONFIG_IP_PNP) += $(obj)/ipconfig -usr_subdirs-$(CONFIG_USR_KINIT) += $(obj)/kinit +$(obj)/initramfs_da...