Displaying 2 results from an estimated 2 matches for "usbshar".
Did you mean:
usbshare
2009 Oct 11
1
Problem with symlinks
...es.
The DS has a built in backup feature that unfortunately has problem with
hard links so I stripped down my script to directly run rsync 3.0.4 on
the DS:
|# Backup source device/share/directory/etc
BACKUP_SOURCE=/volume1/thomas/
# Backup destination device/directory
BACKUP_TO_DEV=/volumeUSB1/usbshare/thomas_backup/
rsync -q -v -axH --no-inc-recursive --delete --exclude="@eaDir"
$BACKUP_SOURCE $BACKUP_TO_DEV|
This handles the hard links (-H) but now I have problems with symlinks.
When running the script I receive a lot of error messages from this type:
rsync:
open(backup/sammy-ro...
2009 Mar 10
1
Active directory and winbind RID/SID to uid and gid maping across several linux servers
...mes/%D/%U
template shell = /bin/bash
[homes]
comment = Home Directories
browseable = no
writable = yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[usbshare]
comment = Backups and Stuff
path = /usbdrive
valid users = +"MYDOMAIN+Domain Users"
read only = no