sign in · help · news · about · deen

BibSonomy ::  tag ::
order by ( date | folkrank )

The blue social bookmark and publication sharing system.
 

bookmarks

 (118)
<< < 1 | 2 | 3 > >> 
  • to linux rsync samba by milocario on Dec 7, 2011, 4:45 AM
    (0)
  • to backup howto rsync by oeoe on Nov 13, 2011, 10:03 PM
    (0)
  • to carbon ccc cloner copy gui my:apps osx rsync by nosebrain and 1 other user on Aug 16, 2011, 9:09 PM
    (0)
  • Você é daqueles que ainda usa FTP para copiar arquivos entre duas máquinas? Ei cara, já estamos no século XXI, este artigo nos introduz ao mundo do rsync, ...
    Você é daqueles que ainda usa FTP para copiar arquivos entre duas máquinas? Ei cara, já estamos no século XXI, este artigo nos introduz ao mundo do rsync, sinônimo de eficiência quando o assunto é cópia remota.
    to rsync by christianoavila on Jan 6, 2011, 7:35 PM
    (0)
  • to backup osx rsync by fabian on Jan 3, 2011, 11:53 PM
    (0)
  • to backup osx rsync by fabian on Jan 3, 2011, 11:53 PM
    (0)
  • to berechtigungen cwrsync permissions rsync windows windows7 by bugsbunny on Dec 11, 2010, 4:47 PM
    (0)
  • to backup howto linux rsync shell by yago and 1 other user on Nov 10, 2010, 4:06 PM
    (0)
  • to backup howto linux rsync by yago and 2 other users on Nov 10, 2010, 4:06 PM
    (0)
  • to backup linux rsync shell tips by yago on Nov 10, 2010, 4:02 PM
    (0)
  • to * backup dreamhost rsync by fabian on Aug 14, 2010, 3:19 PM
    (0)
  • to backup foss incremental linux opensource perl rsync software tools by sokai on Jun 26, 2010, 12:46 AM
    (0)
  • Cache files and other transitory data should be skipped. One way is via the --exclude-from=~/.rsync/exclude option, plus suitable file patterns in the excl...
    Cache files and other transitory data should be skipped. One way is via the --exclude-from=~/.rsync/exclude option, plus suitable file patterns in the exclude file. For more information, consult the EXCLUDE PATTERNS section in the rsync(1) man page. $ cat ~/.rsync/exclude .DS_Store .mozilla/**/Cache *.o
    to backup exclude howto rsync by macdet and 1 other user on May 26, 2010, 9:01 PM
    (0)
  • Cache files and other transitory data should be skipped. One way is via the --exclude-from=~/.rsync/exclude option, plus suitable file patterns in the excl...
    Cache files and other transitory data should be skipped. One way is via the --exclude-from=~/.rsync/exclude option, plus suitable file patterns in the exclude file. For more information, consult the EXCLUDE PATTERNS section in the rsync(1) man page. $ cat ~/.rsync/exclude .DS_Store .mozilla/**/Cache *.o
    to backup exclude howto rsync by macdet and 1 other user on May 26, 2010, 9:01 PM
    (0)
  • If you didn't include it, nothing in /usr/local would get included. Each filename is checked against this list, but in a recursive fashion. So if rsync is ...
    If you didn't include it, nothing in /usr/local would get included. Each filename is checked against this list, but in a recursive fashion. So if rsync is working on the file /usr/local/foo, it first looks for a pattern that matches /usr, then for a pattern that matches /usr/local, then finally for a pattern that matches /usr/local/foo. It uses the first pattern that matches. So, if you didn't include line 6, the search for /usr would fine line 8 and stop, thus excluding everything in /usr/local. Not what you want. I know that was confusing - recursion always makes my head spin...
    to rsync by macdet and 1 other user on May 23, 2010, 10:56 PM
    (0)
  • If you didn't include it, nothing in /usr/local would get included. Each filename is checked against this list, but in a recursive fashion. So if rsync is ...
    If you didn't include it, nothing in /usr/local would get included. Each filename is checked against this list, but in a recursive fashion. So if rsync is working on the file /usr/local/foo, it first looks for a pattern that matches /usr, then for a pattern that matches /usr/local, then finally for a pattern that matches /usr/local/foo. It uses the first pattern that matches. So, if you didn't include line 6, the search for /usr would fine line 8 and stop, thus excluding everything in /usr/local. Not what you want. I know that was confusing - recursion always makes my head spin...
    to rsync by macdet and 1 other user on May 23, 2010, 10:56 PM
    (0)
  • You can also put a file called .rsync-filter into the source directory and then you can use the -F option to rsync instead of listing the exclude rules on ...
    You can also put a file called .rsync-filter into the source directory and then you can use the -F option to rsync instead of listing the exclude rules on the command line every time. This is easier if you have to sync often, and you don't have to worry about the shell doing anything funny with wildcards.
    to filter rsync by macdet and 1 other user on May 23, 2010, 10:52 PM
    (0)
  • You can also put a file called .rsync-filter into the source directory and then you can use the -F option to rsync instead of listing the exclude rules on ...
    You can also put a file called .rsync-filter into the source directory and then you can use the -F option to rsync instead of listing the exclude rules on the command line every time. This is easier if you have to sync often, and you don't have to worry about the shell doing anything funny with wildcards.
    to filter rsync by macdet and 1 other user on May 23, 2010, 10:52 PM
    (0)
  • command="rdiff-backup --server --restrict-read-only /",from="kitty",no-port-forwarding,no-X11-forwarding,no-pty ssh-rsa AAAAB3NzaC1yc2EAAAAB[...] backup@ki...
    command="rdiff-backup --server --restrict-read-only /",from="kitty",no-port-forwarding,no-X11-forwarding,no-pty ssh-rsa AAAAB3NzaC1yc2EAAAAB[...] backup@kitty This entry in /root/.ssh/authorized_keys2 permits anyone with the specified key (i.e. backup@kitty) to connect with ssh from the host named kitty and issue the forced rdiff-backup command. It further restricts the ssh connection to eliminate port forwarding, X11 forwarding and a pty. The rdiff-backup invocation is also restricted to read-only operations starting from the root of the file system. NOTE: rdiff-backup 0.13.4 fails to support "--restrict-read-only /" without a patch. It works fine with sub-paths (i.e. /home), but you'll need my patch to backup from the root of the filesystem. If you'd prefer not to patch rdiff-backup then you can skip the "--restrict-read-only /" parameters -- it is up to you how paranoid you wish to be. If you have any troubles, this step is the one which has most likely caused you problems. Here
    to backup rdiff rdiff-backup rsync ssh by macdet and 1 other user on May 23, 2010, 9:06 PM
    (0)
  • command="rdiff-backup --server --restrict-read-only /",from="kitty",no-port-forwarding,no-X11-forwarding,no-pty ssh-rsa AAAAB3NzaC1yc2EAAAAB[...] backup@ki...
    command="rdiff-backup --server --restrict-read-only /",from="kitty",no-port-forwarding,no-X11-forwarding,no-pty ssh-rsa AAAAB3NzaC1yc2EAAAAB[...] backup@kitty This entry in /root/.ssh/authorized_keys2 permits anyone with the specified key (i.e. backup@kitty) to connect with ssh from the host named kitty and issue the forced rdiff-backup command. It further restricts the ssh connection to eliminate port forwarding, X11 forwarding and a pty. The rdiff-backup invocation is also restricted to read-only operations starting from the root of the file system. NOTE: rdiff-backup 0.13.4 fails to support "--restrict-read-only /" without a patch. It works fine with sub-paths (i.e. /home), but you'll need my patch to backup from the root of the filesystem. If you'd prefer not to patch rdiff-backup then you can skip the "--restrict-read-only /" parameters -- it is up to you how paranoid you wish to be. If you have any troubles, this step is the one which has most likely caused you problems. Here
    to backup rdiff rdiff-backup rsync ssh by macdet and 1 other user on May 23, 2010, 9:06 PM
    (0)
<< < 1 | 2 | 3 > >>bookmarks per page: 5 10 20 50 100  

publications

 (1)
<< < 1 > >> 
<< < 1 > >>publications per page: 5 10 20 50 100  
a gripper