Displaying 2 results from an estimated 2 matches for "rsync_compressed_ext".
Did you mean:
rsync_compressed_exts
2004 May 03
1
(fwd from psdasilva@esoterica.pt) rsync: Request for a feature
...ed at the destination. These compressed files could
be then restored the same way specifing a switch telling that
source files are to be uncompressed.
Files with known extensions (.gz, .zip, ...) should not be
compressed/uncompressed.
All files must keep the original names unchanged.
Ex.
export RSYNC_COMPRESSED_EXTS=".gz .zip ..." ;# Extensions from files
not to be compressed
Backup:
rsync -av --delete --zip MyDir/ BackupDir
Restore:
rsync -av --delete --unzip BackupDir/ MyDir
This is only a sugestion. You may find a better solution.
Thank you.
Paulo da Silva
----- End forwarded message --...
2004 Jun 25
0
Request for a new feature
...ed at the destination. These compressed files could
be then restored the same way specifing a switch telling that
source files are to be uncompressed.
Files with known extensions (.gz, .zip, ...) should not be
compressed/uncompressed.
All files must keep the original names unchanged.
Ex.
export RSYNC_COMPRESSED_EXTS=".gz .zip ..." ;# Extensions from files
not to be compressed
Backup:
rsync -av --delete --zip MyDir/ BackupDir
Restore:
rsync -av --delete --unzip BackupDir/ MyDir
This is only a sugestion. You may find a better solution.
Thank you.
Paulo da Silva