0
votes
3answers
66 views

Git as a repo that doesn't have version control?

Okay, here's a weird one! I have this nifty little 32gig thumbdrive that I keep in my wallet that contains all the latest of EVERY file I need to go about life on a computer. It contains all my BASH ...
1
vote
2answers
2k views

7zip command line backup script acting weird

I am creating a small backup script for my personal use, and it works at 99% on the latest version of 7zip, Win7x64 : :: u : Update archive :: -t7z : Use 7z file type (less compatible and ...
0
votes
3answers
704 views

How can I output weekday and month in batch (log files)?

I'm trying to setup 7zip for automated backups but I'm having trouble with output file names. I tried using the %date% command but it just made 2 directories within my backup. C:\Users\Desktop\Sun ...
0
votes
1answer
3k views

Creating a batch file to back up a specified folder

I am actually pretty new to this batch file thing. I know it's important to know at least the basic commands. How do I do the following? Zipping a specified folder. Move the folder to another place. ...