as I just went through a learning process of learning to use delta copy, thought i would share what worked for me (I do not use ssh yet)
I am still learning, so if anyone sees anything that needs changed or a better set of exclude files, please share as these are just bits and pieces I have found scatter around the net put into one place
install delta copy
I used the zip version "Without Installer" from here
http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jspI installed to C:\MYApplications\DeltaCopy
for the client I used this for the additional parameters
-p --chmod=Dugo+rwx,Fugo+rwx --exclude-from="/cygdrive/c/MYApplications/DeltaCopy/excludexp.file"
for the server I used this for my .conf file
I have my deltacd.conf set up as follows
######## deltacd.conf ###########
use chroot = false
strict modes = false
hosts allow = 192.168.1.150
log file = rsyncd.log
[cdrive]
path = /cygdrive/c/
comment =
read only = true
auth users = your-backup-userid
secrets file = /cygdrive/c/MYApplications/DeltaCopy/secrets/cdrive.secret
transfer logging = yes
ignore nonreadable = yes
exclude from = /cygdrive/c/MYApplications/DeltaCopy/excludexp.file
outgoing chmod = Dugo+rwx,Fugo+rwx
############################
don't forget to change the
auth users = your-backup-userid to whatever userid you are using, I do this in the
DeltaS.exe as it does it for you
change the line above if using vista
exclude from = /cygdrive/c/MYApplications/DeltaCopy/excludexp.file
to
exclude from = /cygdrive/c/MYApplications/DeltaCopy/excludevista.file
I use the below to exclude files from Vista
######## excludevista.file #########
#Junction points
/Users/All?Users
/Users/Users/Default?User
/Users/Users/All?Users/Application?Data
/Users/Users/All?Users/Desktop
/Users/All?Users/Documents
/Users/All?Users/Favorites
/Users/All?Users/Start?Menu
/Users/All?Users/Templates
/Users/Public/Documents/My?Music
/Users/Public/Documents/My?Pictures
/Users/Public/Documents/My?Videos
#Excludes these junction points common to every user profile
/Users/*/Application?Data
/Users/*/Cookies
/Users/*/Local?Settings
/Users/*/My?Documents
/Users/*/NetHood
/Users/*/PrintHood
/Users/*/Recent
/Users/*/SendTo
/Users/*/Start?Menu
/Users/*/Templates
/Users/*/AppData/Local/Application?Data
/Users/*/AppData/Local/History
/Users/*/AppData/Local/Temporary?Internet?Files
/Users/*/Documents/My?Music
/Users/*/Documents/My?Pictures
/Users/*/Documents/My?Videos
####
/Users/*/AppData/Local/Microsoft/Windows/Temporary?Internet?Files
/Users/*/AppData/Local/Temp
/Users/*/NTUSER.DAT
/Users/*/ntuser.dat.LOG1
/Users/*/ntuser.dat.LOG2
/Users/*/AppData/Local/Microsoft/Windows/UsrClass.dat
/Users/*/AppData/Local/Microsoft/Windows/UsrClass.dat.LOG1
/Users/*/AppData/Local/Microsoft/Windows/UsrClass.dat.LOG2
/Users/*/AppData/Local/Microsoft/Windows?Defender/FileTracker
/Users/*/AppData/Local/Mozilla/Firefox/Profiles/*/Cache
/Users/*/AppData/Roaming/Microsoft/Windows/Recent
/Users/Default?User
/Config.Msi
/ProgramData/Microsoft
*.lock
###
/PerfLogs
*/WER
/$Recycle.Bin
/$RECYCLE.BIN
/MSOCache
/System?Volume?Information
/autoexec.bat
/bootmgr
/BOOTSECT.BAK
/config.sys
/hiberfil.sys
/pagefile.sys
/Boot/
###
NTUSER.DAT
ntuser.dat.LOG
UsrClass.dat
UsrClass.dat.LOG
*.log
*.edb
/Temp/
MyWeb/parent.lock
/MYPASS2.pwt
/Cache
/Lenovo?News-Shop
/Symantec
/LiveUpdate
/Documents?and?Settings
Application?Data
Symantec?Shared
/ProgramData/Application?Data
/ProgramData/Desktop
/ProgramData/Documents
/ProgramData/Favorites
/ProgramData/Start?Menu
/ProgramData/Templates
/ProgramData/Symantec
/Windows
/Users/*/AppData/Roaming/Symantec
/RRbackups
############################
I use this one to exclude on XP
######## excludexp.file #########
****?WINDOWS?XP?EXCLUDE
/WINDOWS
/Windows
/Documents?and?Settings/*/Local?Settings/Temp
/Documents?and?Settings/*/Local?Settings/Temporary?Internet?Files
*.lock
/$Recycle.Bin
/MSOCache
/System?Volume?Information
/autoexec.bat
/bootmgr
/BOOTSECT.BAK
/config.sys
/hiberfil.sys
/pagefile.sys
/Boot
*/NTUSER.DAT
*/NTUSER.DAT.LOG
*/ntuser.dat.LOG
*/UsrClass.dat
*/UsrClass.dat.LOG
*.log
*.edb
*.tmp
/Temp/
MyWeb/parent.lock
*/MYPASS2.pwt
*/Cache
*/Lenovo?News-Shop
*/Symantec
*/LiveUpdate
#*/Documents?and?Settings
*/Symantec?Shared
*/Symantec AntiVirus
*/places.sqlite-journal
############################
to start server on windows run DeltaS.exe <-- use if plan to backup windows from the ReadyNAS
to start client on windows run DeltaC.exe <-- use this if plan to back up from windows to the ReadyNAS
once you have all set up is easy to copy to a new machine and just use it without going through the set up all over again, I like it, easy to use... once you figure it out
this is where I found info on the exclude files
http://codydunne.blogspot.com/