Displaying 2 results from an estimated 2 matches for "tcommand".
Did you mean:
command
2000 Jun 13
2
scp -r blues
...n such files,
and stops.
2) scp -r will recurse sub-directories, but no option is available for
"don't copy sym-links" or similar. It's not uncommon to hit a loop,
copying recursively forever until you are out of disk space locally. In
other words, if
/home/user/bin/scripts/perl/tcommand
is a symlink to
/home/user/bin/tcommand
than scp will copy the ./scripts/perl/tcommand over and over as
sub-directories over and over... endlessly.
Is there a way around these two problems?
-Ben
--
"Life is short. Live it!"
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com>
Anand Jain (1):
[RFC] Add btrfs autosnap feature
Makefile | 6 +-
autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
autosnap.h | 81 +++
btrfs-list.c | 140 +++++-
btrfs.c | 46 ++-
btrfs_cmds.c | 186 +++++++-
btrfs_cmds.h | 3 +-
scrub.c | 1 +
8 files changed, 1982 insertions(+), 34