Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################################ Working example:
- # [localsrc1]
- # type = local
- # # nounc = true
- # # encoding = Asterisk,BackQuote,BackSlash,Colon,CrLf,Ctl,Del,Dollar,Dot,DoubleQuote,Hash,InvalidUtf8,LeftCrLfHtVt,LeftPeriod,LeftSpace,LeftTilde,LtGt,P>
- # # encoding = None
- ################################
- # [localdest1]
- # type = local
- # encoding = Asterisk,BackQuote,BackSlash,Colon,CrLf,Ctl,Del,Dollar,Dot,DoubleQuote,Hash,InvalidUtf8,LeftCrLfHtVt,LeftPeriod,LeftSpace,LeftTilde,LtGt,Per>
- # # nounc = true
- # # encoding = InvalidUtf8,Colon
- # # encoding = Colon,InvalidUtf8
- ################################
- ### Source directories
- # SRC_DIRS=(
- # "localsrc1:/mnt/tns-google-drive-smb"
- # "localsrc2:/mnt/tns-maindatads-smb"
- # "localsrc3:/mnt/tns-app-configs-smb"
- # "localsrc4:/mnt/tns-proxbkps-ds-1"
- # )
- [localsrc1]
- type = local
- # nounc = true
- # encoding = Asterisk,BackQuote,BackSlash,Colon,CrLf,Ctl,Del,Dollar,Dot,DoubleQuote,Hash,InvalidUtf8,LeftCrLfHtVt,LeftPeriod,LeftSpace,LeftTilde,LtGt,Percent,Pipe,Question,RightCrLfHtVt,RightPeriod,RightSpace,Semicolon,SingleQuote,Slash,SquareBracket
- # encoding = None
- [localsrc2]
- type = local
- [localsrc3]
- type = local
- [localsrc4]
- type = local
- ################################
- # Destination directories for single storage units
- # DEST_DIRS_SINGLE_STORE=(
- # "localdest4:/mnt/sd25-4tb-bkp4-mnt4"
- # "localdest1:/mnt/hd35-6tb-bkp1-mnt1"
- # )
- [localdest1]
- type = local
- encoding = Asterisk,BackQuote,BackSlash,Colon,CrLf,Ctl,Del,Dollar,Dot,DoubleQuote,Hash,InvalidUtf8,LeftCrLfHtVt,LeftPeriod,LeftSpace,LeftTilde,LtGt,Percent,Pipe,Question,RightCrLfHtVt,RightPeriod,RightSpace,Semicolon,SingleQuote,Slash,SquareBracket
- # nounc = trues
- # encoding = InvalidUtf8,Colon
- # encoding = Colon,InvalidUtf8
- [localdest4]
- type = local
- encoding = Asterisk,BackQuote,BackSlash,Colon,CrLf,Ctl,Del,Dollar,Dot,DoubleQuote,Hash,InvalidUtf8,LeftCrLfHtVt,LeftPeriod,LeftSpace,LeftTilde,LtGt,Percent,Pipe,Question,RightCrLfHtVt,RightPeriod,RightSpace,Semicolon,SingleQuote,Slash,SquareBracket
- ################################
- # Destination directories for multiple storage units
- # DEST_DIRS_MULTI_STORE=(
- # "localdest2:/mnt/hd25-2tb-bkp1-mnt1"
- # # "localdest3:/mnt/hd25-2tb-bkp2-mnt2"
- # "localdest3:/mnt/hd25-500-bkp1-mnt1"
- # )
- [localdest2]
- type = local
- encoding = Asterisk,BackQuote,BackSlash,Colon,CrLf,Ctl,Del,Dollar,Dot,DoubleQuote,Hash,InvalidUtf8,LeftCrLfHtVt,LeftPeriod,LeftSpace,LeftTilde,LtGt,Percent,Pipe,Question,RightCrLfHtVt,RightPeriod,RightSpace,Semicolon,SingleQuote,Slash,SquareBracket
- [localdest3]
- type = local
- encoding = Asterisk,BackQuote,BackSlash,Colon,CrLf,Ctl,Del,Dollar,Dot,DoubleQuote,Hash,InvalidUtf8,LeftCrLfHtVt,LeftPeriod,LeftSpace,LeftTilde,LtGt,Percent,Pipe,Question,RightCrLfHtVt,RightPeriod,RightSpace,Semicolon,SingleQuote,Slash,SquareBracket
- [tns-google-drive-smb-share]
- type = smb
- host = XXX
- user = XXX
- pass = XXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement