Displaying 3 results from an estimated 3 matches for "test_copy".
Did you mean:
last_copy
2002 Apr 02
2
rsync 2.3.2 with --copy-unsafe-links work badly
...l.cz
-------------- next part --------------
#!/bin/sh
function test_symlink () {
if [ ! -L $1 ]; then
echo "File $1 is not symlink or not exists";
fi;
};
function test_regular () {
if [ ! -f $1 ]; then
echo "File $1 is not regular file or not exists";
fi;
};
function test_copy () {
test_symlink dest/links/file1;
test_symlink dest/links/file2;
test_regular dest/links/unsafefile;
};
rm -rf src dest
mkdir -p src/safe
mkdir -p src/unsafe
mkdir src/safe/files
mkdir src/safe/links
touch src/safe/files/file1
touch src/safe/files/file2
touch src/unsafe/unsafefile
ln -s ....
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
...really is worth gettting one...), and try copying the
entire users directory tree to a spare drive or
directory on your server (or even another workstation).
e.g. the following robocopy command will attempt to copy (mirror) the
directory c:\test and all it contains (files+dirs) to the
directory c:\test_copy. (Make sure you have enough room on the target drive
/ directory!). "/log:copy_test.log" will cause a log
file called copy_test.log to be created. "/r:0" will prevent retries on
errors. "/mir" means mirror the source - i.e. all
files/dirs.
robocopy c:\test c:\test...
2012 Apr 16
0
Groups on AD and LDAP samba configuration
...en listing files, I get an error:
NT_STATUS_ACCESS_DENIED listing \*
smb: \>
I can list files on command promt as user rusg:
rusg at sleipner:/home/rusg: ls -l /sleipner/lpp/mdb/mdbt1/ecm
total 456
-rw-r----- 1 ecmt1 ecmt1 1822 Apr 27 2006 Only_tracking
drwxrwxr-- 2 ecmt1 ecmt1 4096 Dec 11 2008 TEST_copy
lrwxrwxrwx 1 ecmt1 ecmt1 28 Oct 25 15:16 bin ->
/sleipner/lpp/mdb/ecmdev/bin_dev
drwxrwx--- 2 ecmt1 ecmt1 256 Mar 20 2006 catalog
lrwxrwxrwx 1 ecmt1 ecmt1 32 Oct 25 15:16 catalog_data ->
/sleipner/lpp/mdb/common/install/ecm
-rw-r--r-- 1 ecmt1 ecmt1 13312 Jul 06 2007 certificates.db
drwxrwx---...