Displaying 1 result from an estimated 1 matches for "hpmediavault".
2010 Jul 23
1
Problem backing up read-only files
...; > rstest2.txt
bash-3.2$ chmod -w rstest1.txt
bash-3.2$ ll
total 2
-r--r--r-- 1 Gary Johnson None 13 Jul 22 17:02 rstest1.txt
-rw-r--r-- 1 Gary Johnson None 13 Jul 22 17:02 rstest2.txt
On the Media Vault, I created another 'rstest' directory.
bash-3.2$ mkdir //hpmediavault/Documents/rstest
bash-3.2$ ll -d //hpmediavault/Documents/rstest
drwxr-xr-x 1 Gary Johnson None 0 Jul 22 17:04 //hpmediavault/Documents/rstest
Then I attempted to transfer both files to the 'rstest' directory on
the Media Vault.
bash-3.2$ rsync -avv * //hpmediavault/Documents/...