Displaying 6 results from an estimated 6 matches for "volpi".
Did you mean:
volp
2017 Jul 25
1
Can rsync server mark deleted source files as extraneous?
...aneous_mark == true and timestamp > current_date - age), then delete the file where age is number of days extraneous files are retained. rsync client can restore deleted files from server. rsync client can restore directory from server, excluding extraneous files.
Thank you,Wolfram Volpi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20170725/0995d936/attachment.html>
2010 Mar 28
1
New tutorial and script for rsync resources page
...nc2u/home/rsync-tutorial
rsync2u is a job-driven script that uses rsync to backup files to a
local USB device or harddrive.?
http://sites.google.com/site/rsync2u/home
Someone please post the above lines on the rsync resources page: http://samba.anu.edu.au/rsync/resources.html
Thank you,
Wolfram Volpi
wolf_volpi at yahoo.com
(575) 522-7972
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20100327/82013ea3/attachment.html>
2011 Jan 20
4
No command 'rspec' found
I installed rspec on Linux Ubuntu 10.04, but no command ''rspec'' is
found. Perhaps the PATH is wrong. What is the correct search path?
The following was copied from my terminal. Thank you for taking a look:
~$ sudo gem install rspec --version 2.0.0
~$ gem list --local
*** LOCAL GEMS ***
rspec (2.0.0)
~$ ls /var/lib/gems/1.8/gems
rspec-2.0.0
~$ printenv PATH
2009 Sep 15
1
rsync man page questions
I am trying to read the rsync man page. What do the acronyms "CW", ?lq+rq?, and ?lq-rq? mean?
The "Usage" section uses ?CWrsync?.
The ?Filter Rules? section says:
If a pattern does not begin with lq- rq (dash, space) or lq+ rq (plus, space), then the rule will be interpreted as if lq+ rq (for an include option) or lq- rq (for an exclude option) were prefixed to the string.
2009 Oct 11
2
empty quotes for rsync parameter
Why does inserting an empty quote ("") into a rsync command cause the current directory to be backed up?
Not sure if this is a UNIX-syntax question or rsync-syntax question.
Code:
#!/bin/sh
echo "\nspace between quotes has no effect; only music is backed up:"
rsync -ilrtn " " /home/wolf/music /backups/backup1
echo "\nempty quotes backs up current directory
2010 Feb 24
0
Any good rsync --exclude tutorials?
Please recommend a rsync --exclude tutorial.
I read the manual http://linux.die.net/man/1/rsync > ? down page, Filter Rules, Include-Exclude Pattern Rules, but its hard to figure it out.
Thank you,
Wolfram Volpi